home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NET656N5.IN_ / net656n5.inf
Encoding:
INI File  |  1999-10-19  |  4.2 KB  |  139 lines

  1. ; NET656N5.INF - %VER 1.7 - 06/09/99 (MS)
  2. ;
  3. ; 3Com 10-100 LAN+56K Modem CardBus PC Card Setup File for W2K
  4. ;
  5. ; (c)1999 3com
  6. ; (c)1999 Microsoft
  7.  
  8. [version]
  9. LayoutFile  = layout.inf
  10. signature   = "$Windows NT$"
  11. Class        = Net
  12. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  13. provider    = %MSFT%
  14. DriverVer=10/19/1999,1.50.5000.4
  15.  
  16. [Manufacturer]
  17. %V_3COM%   = 3COM
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect   = PCI\VEN_10b7&DEV_6560&SUBSYS_656A10B7, \ 
  21.                       PCI\VEN_10b7&DEV_6562&SUBSYS_656B10B7 
  22.  
  23. [3COM]
  24. %3C656A.DeviceDesc% = 3C656A.ndi, PCI\VEN_10b7&DEV_6560&SUBSYS_656A10B7
  25. %3C656B.DeviceDesc% = 3C656B.ndi, PCI\VEN_10b7&DEV_6562&SUBSYS_656B10B7
  26.  
  27. ;-------------------------------------------------------------------------------
  28. ; 3C656A
  29. ;
  30. [3C656A.ndi]
  31. AddReg        = 3C656A.reg, elnk3C656.params.reg, elnk3C656.reg
  32. BusType     = 5    
  33. Characteristics = 0x84
  34. CopyFiles    = elnk3C656.CopyFiles
  35.  
  36. [3C656A.ndi.Services]
  37. AddService = el656nd5, 2, el656nd5.Service, el656nd5.EventLog
  38.  
  39. [3C656A.reg]
  40. HKR, , OSType,        0, "0"
  41. HKR, , DriverMode, ,0
  42. HKR,,CardRevision,,0
  43. HKR,Ndi\params\DuplexMode,    ParamDesc,    0, %DuplexMode%
  44. HKR,Ndi\params\DuplexMode,    type,           0, enum
  45. HKR,Ndi\params\DuplexMode,    default,        0, 0
  46. HKR,Ndi\params\DuplexMode\enum,    0,        0, %AutoDetect%
  47. HKR,Ndi\params\DuplexMode\enum,    1,        0, %FullDuplex%
  48.  
  49. ;-------------------------------------------------------------------------------
  50. ; 3C656B
  51. ;
  52. [3C656B.ndi]
  53. AddReg        = 3C656B.reg, elnk3C656.params.reg, elnk3C656.reg
  54. BusType     = 5    
  55. Characteristics = 0x84
  56. CopyFiles    = elnk3C656.CopyFiles
  57.  
  58. [3C656B.ndi.Services]
  59. AddService = el656nd5, 2, el656nd5.Service, el656nd5.EventLog
  60.  
  61. [3C656B.reg]
  62. HKR, , OSType,        0, "0"
  63. HKR, , DriverMode, ,0
  64. HKR,,CardRevision,,1
  65. HKR,NDI\params\LinkSelection,       ParamDesc,    0, %Link%
  66. HKR,NDI\params\LinkSelection,       type,    0, enum
  67. HKR,Ndi\params\LinkSelection,        default,    0, 0200
  68. HKR,Ndi\params\LinkSelection\enum, 0200,    0, %AutoNeg%
  69. HKR,Ndi\params\LinkSelection\enum, 0100,    0, %100F%
  70. HKR,Ndi\params\LinkSelection\enum, 0080,    0, %100H%
  71. HKR,Ndi\params\LinkSelection\enum, 0040,    0, %10F%
  72. HKR,Ndi\params\LinkSelection\enum, 0020,    0, %10H%
  73.  
  74. ;-------------------------------------------------------------------------------
  75. ; 3Com 3c656 General Params
  76. ;
  77. [elnk3C656.params.reg]
  78. HKR,NDI\params\AutoPolarity,       ParamDesc,  0, %AutoPolarity%
  79. HKR,NDI\params\AutoPolarity,       type,       0, enum
  80. HKR,Ndi\params\AutoPolarity,       default,    0, 0000
  81. HKR,Ndi\params\AutoPolarity\enum,  0000,       0, %Enable%
  82. HKR,Ndi\params\AutoPolarity\enum,  0020,       0, %Disable%
  83.  
  84. ;-------------------------------------------------------------------------------
  85. ; 3Com 3C656-TX Service and Driver
  86. ;
  87. [elnk3C656.reg]
  88. HKR, Ndi,         Service,     0, "EL656nd5"
  89. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  90. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  91.  
  92. [el656nd5.Service]
  93. DisplayName    = %el656nd5.Service.DispName%
  94. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  95. StartType    = 3 ;%SERVICE_DEMAND_START%
  96. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  97. ServiceBinary    = %12%\el656nd5.sys
  98. LoadOrderGroup    = NDIS
  99.  
  100. [el656nd5.EventLog]
  101. AddReg = el656nd5.AddEventLog.reg
  102.  
  103. [el656nd5.AddEventLog.reg]
  104. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  105. HKR, , TypesSupported,     0x00010001, 7
  106.  
  107. [elnk3C656.CopyFiles]
  108. el656ND5.sys,,,2
  109.  
  110. [DestinationDirs]
  111. elnk3C656.CopyFiles =12
  112.  
  113.  
  114. ;-------------------------------------------------------------------------------
  115. ; Localization Strings
  116. ;
  117. [strings]
  118. MSFT                      = "Microsoft"
  119. V_3COM                    = "3Com"
  120.  
  121. DuplexMode          = "Duplex Mode"
  122. AutoDetect          = "Auto Detect"
  123. FullDuplex          = "Full Duplex"
  124. Link              = "Network Link Selection"
  125. AutoNeg              = "Auto Negotiation"
  126. 100F              = "100BTX Full Duplex"
  127. 100H              = "100BTX Half Duplex"
  128. 10F              = "10BT Full Duplex"
  129. 10H              = "10BT Half Duplex"
  130. AutoPolarity          = "Automatic Polarity"
  131. Enable               = "Enable"
  132. Disable              = "Disable"
  133.  
  134. 3C656A.DeviceDesc      = "FEM656-3Com 10-100 LAN+56K Modem CardBus PC Card (Fast Ethernet)"
  135. 3C656B.DeviceDesc      = "FEM656B-3Com 10-100 LAN+56K Modem CardBus PC Card (Fast Ethernet)"
  136. el656nd5.Service.DispName = "3Com 10-100 LAN CardBus PC Card Driver"
  137.  
  138.  
  139.